-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: not return err if consistencyLevel is not set to a valid value #36714
Conversation
@smellthemoon E2e jenkins job failed, comment |
@smellthemoon go-sdk check failed, comment |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #36714 +/- ##
=======================================
Coverage 82.43% 82.43%
=======================================
Files 1299 1299
Lines 153063 153069 +6
=======================================
+ Hits 126170 126189 +19
+ Misses 21833 21828 -5
+ Partials 5060 5052 -8
|
f66bd8a
to
70c0a24
Compare
@smellthemoon E2e jenkins job failed, comment |
Signed-off-by: lixinguo <[email protected]>
70c0a24
to
e4ecccb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, smellthemoon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
pr: #36304 pr: #36714 pr: #36448 --------- Signed-off-by: lixinguo <[email protected]> Co-authored-by: lixinguo <[email protected]> Co-authored-by: zhuwenxing <[email protected]>
#36444